home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / s390 / lib / Makefile
Encoding:
Makefile  |  2008-12-24  |  213 b   |  9 lines

  1. #
  2. # Makefile for s390-specific library files..
  3. #
  4.  
  5. lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
  6. obj-$(CONFIG_32BIT) += div64.o qrnnd.o
  7. lib-$(CONFIG_64BIT) += uaccess_mvcos.o
  8. lib-$(CONFIG_SMP) += spinlock.o
  9.